Html Css Color HEX #CCDA00 La Rioja

📋 copy color: '#CCDA00'

red 204 ◦ green 218 ◦ blue 0

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

Shades of La Rioja #CCDA00

Tints of La Rioja #CCDA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.34%
G = 51.66%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#CCDA00 (or 0xCCDA00) is known color: La Rioja. HEX triplet: CC, DA and 00. RGB value is (204,218,0). Sum of RGB (Red+Green+Blue) = 204+218+0=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA00 is #3325FF. Grayscale: #BDBDBD. Windows color (decimal): -3352064 or 56012. OLE color: 56012.

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

Color convert

RGB 204 218 0 -
CMYK 0.06 0 1 0.15
HSL 63.85º 1% 0.43% -
HSV(B) 63.85º 1% 0.85% -
XYZ 49.97 62.98 9.52 -
YUV 188.96 21.36 138.73 -
System Red Green Blue C M Y K H S L
Decimal 204 218 0 0.06 0 1 0.15 63.85 1 0.43
Hex CC DA 0 6 0 64 F 40 64 2B
Octal 314 332 0 6 0 144 17 100 144 53
Binary 11001100 11011010 0 110 0 1100100 1111 1000000 1100100 101011

Color Harmonies of #CCDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA00

Black with #CCDA00

Text Example


Text Example

White with #CCDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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