Html Css Color HEX #CDB709 Bird Flower

📋 copy color: '#CDB709'

red 205 ◦ green 183 ◦ blue 9

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

Shades of Bird Flower #CDB709

Tints of Bird Flower #CDB709

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

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

R = 51.64%
G = 46.1%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CDB709 (or 0xCDB709) is known color: Bird Flower. HEX triplet: CD, B7 and 09. RGB value is (205,183,9). Sum of RGB (Red+Green+Blue) = 205+183+9=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB709 is #3248F6. Grayscale: #AAAAAA. Windows color (decimal): -3295479 or 636877. OLE color: 636877.

HSL color Cylindrical-coordinate representation of color #CDB709: hue angle of 53.27º 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 #CDB709 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 183 9 -
CMYK 0 0.11 0.96 0.20
HSL 53.27º 0.92% 0.42% -
HSV(B) 53.27º 0.96% 0.8% -
XYZ 42.16 46.87 7.08 -
YUV 169.74 37.29 153.15 -
System Red Green Blue C M Y K H S L
Decimal 205 183 9 0 0.11 0.96 0.20 53.27 0.92 0.42
Hex CD B7 9 0 B 60 14 35 5C 2A
Octal 315 267 11 0 13 140 24 65 134 52
Binary 11001101 10110111 1001 0 1011 1100000 10100 110101 1011100 101010

Color Harmonies of #CDB709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB709

Black with #CDB709

Text Example


Text Example

White with #CDB709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB709; }

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

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

background-color css

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

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

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

border-color css

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

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

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