Html Css Color HEX #CFB715 Bird Flower

📋 copy color: '#CFB715'

red 207 ◦ green 183 ◦ blue 21

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

Shades of Bird Flower #CFB715

Tints of Bird Flower #CFB715

RGB

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

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

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

R = 50.36%
G = 44.53%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFB715 (or 0xCFB715) is known color: Bird Flower. HEX triplet: CF, B7 and 15. RGB value is (207,183,21). Sum of RGB (Red+Green+Blue) = 207+183+21=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB715 is #3048EA. Grayscale: #ACACAC. Windows color (decimal): -3164395 or 1423311. OLE color: 1423311.

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

Color convert

RGB 207 183 21 -
CMYK 0 0.12 0.90 0.19
HSL 52.26º 0.82% 0.45% -
HSV(B) 52.26º 0.9% 0.81% -
XYZ 42.8 47.19 7.56 -
YUV 171.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 207 183 21 0 0.12 0.90 0.19 52.26 0.82 0.45
Hex CF B7 15 0 C 5A 13 34 52 2D
Octal 317 267 25 0 14 132 23 64 122 55
Binary 11001111 10110111 10101 0 1100 1011010 10011 110100 1010010 101101

Color Harmonies of #CFB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB715

Black with #CFB715

Text Example


Text Example

White with #CFB715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB715; }

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

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

background-color css

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

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

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

border-color css

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

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

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