Html Css Color HEX #CFBD15 Bird Flower

📋 copy color: '#CFBD15'

red 207 ◦ green 189 ◦ blue 21

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

Shades of Bird Flower #CFBD15

Tints of Bird Flower #CFBD15

RGB

 RED value IS 207 (81.25% from 255) = 49.64%

 GREEN value IS 189 (74.22% from 255) = 45.32%

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 49.64%
G = 45.32%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFBD15 (or 0xCFBD15) is known color: Bird Flower. HEX triplet: CF, BD and 15. RGB value is (207,189,21). Sum of RGB (Red+Green+Blue) = 207+189+21=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBD15 is #3042EA. Grayscale: #AFAFAF. Windows color (decimal): -3162859 or 1424847. OLE color: 1424847.

HSL color Cylindrical-coordinate representation of color #CFBD15: hue angle of 54.19º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFBD15 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 189 21 -
CMYK 0 0.09 0.90 0.19
HSL 54.19º 0.82% 0.45% -
HSV(B) 54.19º 0.9% 0.81% -
XYZ 44.07 49.71 7.98 -
YUV 175.23 40.96 150.66 -
System Red Green Blue C M Y K H S L
Decimal 207 189 21 0 0.09 0.90 0.19 54.19 0.82 0.45
Hex CF BD 15 0 9 5A 13 36 52 2D
Octal 317 275 25 0 11 132 23 66 122 55
Binary 11001111 10111101 10101 0 1001 1011010 10011 110110 1010010 101101

Color Harmonies of #CFBD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD15

Black with #CFBD15

Text Example


Text Example

White with #CFBD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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