Html Css Color HEX #CCD309 Bird Flower

📋 copy color: '#CCD309'

red 204 ◦ green 211 ◦ blue 9

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

Shades of Bird Flower #CCD309

Tints of Bird Flower #CCD309

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.76%

 BLUE value IS 9 (3.91% from 255) = 2.12%

R = 48.11%
G = 49.76%
B = 2.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#CCD309 (or 0xCCD309) is known color: Bird Flower. HEX triplet: CC, D3 and 09. RGB value is (204,211,9). Sum of RGB (Red+Green+Blue) = 204+211+9=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 9 (3.91% from 255 or 2.12% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD309 is #332CF6. Grayscale: #BABABA. Windows color (decimal): -3353847 or 644044. OLE color: 644044.

HSL color Cylindrical-coordinate representation of color #CCD309: hue angle of 62.08º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCD309 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 9 -
CMYK 0.03 0 0.96 0.17
HSL 62.08º 0.92% 0.43% -
HSV(B) 62.08º 0.96% 0.83% -
XYZ 48.25 59.45 9.19 -
YUV 185.88 28.18 140.93 -
System Red Green Blue C M Y K H S L
Decimal 204 211 9 0.03 0 0.96 0.17 62.08 0.92 0.43
Hex CC D3 9 3 0 60 11 3E 5C 2B
Octal 314 323 11 3 0 140 21 76 134 53
Binary 11001100 11010011 1001 11 0 1100000 10001 111110 1011100 101011

Color Harmonies of #CCD309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD309

Black with #CCD309

Text Example


Text Example

White with #CCD309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD309; }

 p { color: rgb(204,211,9); }

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

background-color css

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

 a { background-color: rgb(204,211,9); }

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

border-color css

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

 span { border-color: rgb(204,211,9); }

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