Html Css Color HEX #CCDA02 La Rioja

📋 copy color: '#CCDA02'

red 204 ◦ green 218 ◦ blue 2

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

Shades of La Rioja #CCDA02

Tints of La Rioja #CCDA02

RGB

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

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

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

R = 48.11%
G = 51.42%
B = 0.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#CCDA02 (or 0xCCDA02) is known color: La Rioja. HEX triplet: CC, DA and 02. RGB value is (204,218,2). Sum of RGB (Red+Green+Blue) = 204+218+2=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA02 is #3325FD. Grayscale: #BEBEBE. Windows color (decimal): -3352062 or 187084. OLE color: 187084.

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

Color convert

RGB 204 218 2 -
CMYK 0.06 0 0.99 0.15
HSL 63.89º 0.98% 0.43% -
HSV(B) 63.89º 0.99% 0.85% -
XYZ 49.98 62.98 9.58 -
YUV 189.19 22.36 138.56 -
System Red Green Blue C M Y K H S L
Decimal 204 218 2 0.06 0 0.99 0.15 63.89 0.98 0.43
Hex CC DA 2 6 0 63 F 40 62 2B
Octal 314 332 2 6 0 143 17 100 142 53
Binary 11001100 11011010 10 110 0 1100011 1111 1000000 1100010 101011

Color Harmonies of #CCDA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA02

Black with #CCDA02

Text Example


Text Example

White with #CCDA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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