Html Css Color HEX #CCCE02 La Rioja

📋 copy color: '#CCCE02'

red 204 ◦ green 206 ◦ blue 2

#CCCE02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #CCCE02

Tints of La Rioja #CCCE02

RGB

 RED value IS 204 (80.08% from 255) = 49.51%

 GREEN value IS 206 (80.86% from 255) = 50%

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 49.51%
G = 50%
B = 0.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCCE02 (or 0xCCCE02) is known color: La Rioja. HEX triplet: CC, CE and 02. RGB value is (204,206,2). Sum of RGB (Red+Green+Blue) = 204+206+2=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 206 (80.86% from 255 or 50% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE02 is #3331FD. Grayscale: #B6B6B6. Windows color (decimal): -3355134 or 184012. OLE color: 184012.

HSL color Cylindrical-coordinate representation of color #CCCE02: hue angle of 60.59º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCCE02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 2 -
CMYK 0.01 0 0.99 0.19
HSL 60.59º 0.98% 0.41% -
HSV(B) 60.59º 0.99% 0.81% -
XYZ 46.98 56.98 8.58 -
YUV 182.15 26.34 143.59 -
System Red Green Blue C M Y K H S L
Decimal 204 206 2 0.01 0 0.99 0.19 60.59 0.98 0.41
Hex CC CE 2 1 0 63 13 3D 62 29
Octal 314 316 2 1 0 143 23 75 142 51
Binary 11001100 11001110 10 1 0 1100011 10011 111101 1100010 101001

Color Harmonies of #CCCE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE02

Black with #CCCE02

Text Example


Text Example

White with #CCCE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE02; }

 p { color: rgb(204,206,2); }

 H1.HeaderClassName
 {
   color: #CCCE02;
 }
 .AnyTagClassName
 {
   color: #CCCE02;
 }
</style>

background-color css

<style>
 a { background-color: #CCCE02; }

 a { background-color: rgb(204,206,2); }

 div.DivClassName
 {
   background-color: #CCCE02;
 }
 .BgClassName
 {
   background-color: #CCCE02;
 }
</style>

border-color css

<style>
 span { border-color: #CCCE02; }

 span { border-color: rgb(204,206,2); }

 td.TdClassName
 {
   border-color: #CCCE02;
 }
 .TagClassName
 {
   border-color: #CCCE02;
 }
</style>