Html Css Color HEX #CFB615 Bird Flower

📋 copy color: '#CFB615'

red 207 ◦ green 182 ◦ blue 21

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

Shades of Bird Flower #CFB615

Tints of Bird Flower #CFB615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.39%

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

R = 50.49%
G = 44.39%
B = 5.12%

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

#CFB615 (or 0xCFB615) is known color: Bird Flower. HEX triplet: CF, B6 and 15. RGB value is (207,182,21). Sum of RGB (Red+Green+Blue) = 207+182+21=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB615 is #3049EA. Grayscale: #ABABAB. Windows color (decimal): -3164651 or 1423055. OLE color: 1423055.

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

Color convert

RGB 207 182 21 -
CMYK 0 0.12 0.90 0.19
HSL 51.94º 0.82% 0.45% -
HSV(B) 51.94º 0.9% 0.81% -
XYZ 42.6 46.78 7.49 -
YUV 171.12 43.28 153.59 -
System Red Green Blue C M Y K H S L
Decimal 207 182 21 0 0.12 0.90 0.19 51.94 0.82 0.45
Hex CF B6 15 0 C 5A 13 34 52 2D
Octal 317 266 25 0 14 132 23 64 122 55
Binary 11001111 10110110 10101 0 1100 1011010 10011 110100 1010010 101101

Color Harmonies of #CFB615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB615

Black with #CFB615

Text Example


Text Example

White with #CFB615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB615; }

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

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

background-color css

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

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

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

border-color css

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

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

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