Html Css Color HEX #CDB614 Bird Flower

📋 copy color: '#CDB614'

red 205 ◦ green 182 ◦ blue 20

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

Shades of Bird Flower #CDB614

Tints of Bird Flower #CDB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.72%

 BLUE value IS 20 (8.2% from 255) = 4.91%

R = 50.37%
G = 44.72%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CDB614 (or 0xCDB614) is known color: Bird Flower. HEX triplet: CD, B6 and 14. RGB value is (205,182,20). Sum of RGB (Red+Green+Blue) = 205+182+20=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB614 is #3249EB. Grayscale: #ABABAB. Windows color (decimal): -3295724 or 1357517. OLE color: 1357517.

HSL color Cylindrical-coordinate representation of color #CDB614: hue angle of 52.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDB614 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 182 20 -
CMYK 0 0.11 0.90 0.20
HSL 52.54º 0.82% 0.44% -
HSV(B) 52.54º 0.9% 0.8% -
XYZ 42.03 46.49 7.42 -
YUV 170.41 43.12 152.67 -
System Red Green Blue C M Y K H S L
Decimal 205 182 20 0 0.11 0.90 0.20 52.54 0.82 0.44
Hex CD B6 14 0 B 5A 14 35 52 2C
Octal 315 266 24 0 13 132 24 65 122 54
Binary 11001101 10110110 10100 0 1011 1011010 10100 110101 1010010 101100

Color Harmonies of #CDB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB614

Black with #CDB614

Text Example


Text Example

White with #CDB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB614; }

 p { color: rgb(205,182,20); }

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

background-color css

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

 a { background-color: rgb(205,182,20); }

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

border-color css

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

 span { border-color: rgb(205,182,20); }

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