Html Css Color HEX #CCDA06 La Rioja

📋 copy color: '#CCDA06'

red 204 ◦ green 218 ◦ blue 6

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

Shades of La Rioja #CCDA06

Tints of La Rioja #CCDA06

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.93%

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 47.66%
G = 50.93%
B = 1.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#CCDA06 (or 0xCCDA06) is known color: La Rioja. HEX triplet: CC, DA and 06. RGB value is (204,218,6). Sum of RGB (Red+Green+Blue) = 204+218+6=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA06 is #3325F9. Grayscale: #BEBEBE. Windows color (decimal): -3352058 or 449228. OLE color: 449228.

HSL color Cylindrical-coordinate representation of color #CCDA06: hue angle of 63.96º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCDA06 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 6 -
CMYK 0.06 0 0.97 0.15
HSL 63.96º 0.95% 0.44% -
HSV(B) 63.96º 0.97% 0.85% -
XYZ 50.01 62.99 9.7 -
YUV 189.65 24.36 138.24 -
System Red Green Blue C M Y K H S L
Decimal 204 218 6 0.06 0 0.97 0.15 63.96 0.95 0.44
Hex CC DA 6 6 0 61 F 40 5F 2C
Octal 314 332 6 6 0 141 17 100 137 54
Binary 11001100 11011010 110 110 0 1100001 1111 1000000 1011111 101100

Color Harmonies of #CCDA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA06

Black with #CCDA06

Text Example


Text Example

White with #CCDA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA06; }

 p { color: rgb(204,218,6); }

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

background-color css

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

 a { background-color: rgb(204,218,6); }

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

border-color css

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

 span { border-color: rgb(204,218,6); }

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