Html Css Color HEX #CCD104 Bird Flower

📋 copy color: '#CCD104'

red 204 ◦ green 209 ◦ blue 4

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

Shades of Bird Flower #CCD104

Tints of Bird Flower #CCD104

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.12%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 48.92%
G = 50.12%
B = 0.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#CCD104 (or 0xCCD104) is known color: Bird Flower. HEX triplet: CC, D1 and 04. RGB value is (204,209,4). Sum of RGB (Red+Green+Blue) = 204+209+4=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD104 is #332EFB. Grayscale: #B8B8B8. Windows color (decimal): -3354364 or 315852. OLE color: 315852.

HSL color Cylindrical-coordinate representation of color #CCD104: hue angle of 61.46º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCD104 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 4 -
CMYK 0.02 0 0.98 0.18
HSL 61.46º 0.96% 0.42% -
HSV(B) 61.46º 0.98% 0.82% -
XYZ 47.72 58.45 8.88 -
YUV 184.14 26.34 142.17 -
System Red Green Blue C M Y K H S L
Decimal 204 209 4 0.02 0 0.98 0.18 61.46 0.96 0.42
Hex CC D1 4 2 0 62 12 3D 60 2A
Octal 314 321 4 2 0 142 22 75 140 52
Binary 11001100 11010001 100 10 0 1100010 10010 111101 1100000 101010

Color Harmonies of #CCD104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD104

Black with #CCD104

Text Example


Text Example

White with #CCD104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD104; }

 p { color: rgb(204,209,4); }

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

background-color css

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

 a { background-color: rgb(204,209,4); }

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

border-color css

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

 span { border-color: rgb(204,209,4); }

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