#cfbd1c

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

Shades of Bird Flower #CFBD1C

Tints of Bird Flower #CFBD1C

Color information

#CFBD1C (or 0xCFBD1C) is unknown color: approx Bird Flower. HEX triplet: CF, BD and 1C. RGB value is (207,189,28). Sum of RGB (Red+Green+Blue) = 207+189+28=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD1C is #3042E3. Grayscale: #B0B0B0. Windows color (decimal): -3162852 or 1883599. OLE color: 1883599.

HSL color Cylindrical-coordinate representation of color #CFBD1C: hue angle of 53.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFBD1C is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20718928-
CMYK00.090.860.19
HSL53.97º76.17%46.08%-
HSV(B)53.97º86.47%81.18%-
XYZ44.1449.748.37-
YUV176.0344.46150.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.82%
GREEN value IS 189 (74.22% from 255) = 44.58%
BLUE value IS 28 (11.33% from 255) = 6.60%
R=48.82%
G=44.58%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071892800.090.860.1953.9776.1746.08
HexCFBD1C095613364c2e
Octal31727534011126236611456
Binary110011111011110111100010011010110100111101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfbd1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfbd1c; }

 p { color: rgb(207,189,28); }

 H1.HeaderClassName
 {
   color: #cfbd1c;
 }
 .AnyTagClassName
 {
   color: #cfbd1c;
 }
</style>
background-color css

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

 a { background-color: rgb(207,189,28); }

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

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

 span { border-color: rgb(207,189,28); }

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