Html Css Color HEX #CDB714 Bird Flower

📋 copy color: '#CDB714'

red 205 ◦ green 183 ◦ blue 20

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

Shades of Bird Flower #CDB714

Tints of Bird Flower #CDB714

RGB

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

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

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

R = 50.25%
G = 44.85%
B = 4.9%

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

#CDB714 (or 0xCDB714) is known color: Bird Flower. HEX triplet: CD, B7 and 14. RGB value is (205,183,20). Sum of RGB (Red+Green+Blue) = 205+183+20=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB714 is #3248EB. Grayscale: #ABABAB. Windows color (decimal): -3295468 or 1357773. OLE color: 1357773.

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

Color convert

RGB 205 183 20 -
CMYK 0 0.11 0.90 0.20
HSL 52.86º 0.82% 0.44% -
HSV(B) 52.86º 0.9% 0.8% -
XYZ 42.24 46.9 7.49 -
YUV 171 42.79 152.25 -
System Red Green Blue C M Y K H S L
Decimal 205 183 20 0 0.11 0.90 0.20 52.86 0.82 0.44
Hex CD B7 14 0 B 5A 14 35 52 2C
Octal 315 267 24 0 13 132 24 65 122 54
Binary 11001101 10110111 10100 0 1011 1011010 10100 110101 1010010 101100

Color Harmonies of #CDB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB714

Black with #CDB714

Text Example


Text Example

White with #CDB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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