Html Css Color HEX #CDC709 Bird Flower

📋 copy color: '#CDC709'

red 205 ◦ green 199 ◦ blue 9

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

Shades of Bird Flower #CDC709

Tints of Bird Flower #CDC709

RGB

 RED value IS 205 (80.47% from 255) = 49.64%

 GREEN value IS 199 (78.13% from 255) = 48.18%

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

R = 49.64%
G = 48.18%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDC709 (or 0xCDC709) is known color: Bird Flower. HEX triplet: CD, C7 and 09. RGB value is (205,199,9). Sum of RGB (Red+Green+Blue) = 205+199+9=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC709 is #3238F6. Grayscale: #B3B3B3. Windows color (decimal): -3291383 or 640973. OLE color: 640973.

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

Color convert

RGB 205 199 9 -
CMYK 0 0.03 0.96 0.20
HSL 58.16º 0.92% 0.42% -
HSV(B) 58.16º 0.96% 0.8% -
XYZ 45.65 53.85 8.25 -
YUV 179.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 205 199 9 0 0.03 0.96 0.20 58.16 0.92 0.42
Hex CD C7 9 0 3 60 14 3A 5C 2A
Octal 315 307 11 0 3 140 24 72 134 52
Binary 11001101 11000111 1001 0 11 1100000 10100 111010 1011100 101010

Color Harmonies of #CDC709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC709

Black with #CDC709

Text Example


Text Example

White with #CDC709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC709; }

 p { color: rgb(205,199,9); }

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

background-color css

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

 a { background-color: rgb(205,199,9); }

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

border-color css

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

 span { border-color: rgb(205,199,9); }

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