#CDB714

Color #CDB714 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CDB714

Tints of Bird Flower #CDB714

Color information

#CDB714 (or 0xCDB714) is unknown color: approx 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

RGB20518320-
CMYK00.110.900.20
HSL52.86º82.22%44.12%-
HSV(B)52.86º90.24%80.39%-
XYZ42.2446.97.49-
YUV17142.79152.25-

RGB Variations

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

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.20% from 255) = 4.90%
R=50.25%
G=44.85%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051832000.110.900.2052.8682.2244.12
HexCDB7140B5A1435522c
Octal31526724013132246512254
Binary110011011011011110100010111011010101001101011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>