Html Css Color HEX #CFB701 Bird Flower

📋 copy color: '#CFB701'

red 207 ◦ green 183 ◦ blue 1

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

Shades of Bird Flower #CFB701

Tints of Bird Flower #CFB701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 52.94%
G = 46.8%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFB701 (or 0xCFB701) is known color: Bird Flower. HEX triplet: CF, B7 and 01. RGB value is (207,183,1). Sum of RGB (Red+Green+Blue) = 207+183+1=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB701 is #3048FE. Grayscale: #AAAAAA. Windows color (decimal): -3164415 or 112591. OLE color: 112591.

HSL color Cylindrical-coordinate representation of color #CFB701: hue angle of 53.01º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFB701 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 183 1 -
CMYK 0 0.12 1.00 0.19
HSL 53.01º 0.99% 0.41% -
HSV(B) 53.01º 1% 0.81% -
XYZ 42.67 47.13 6.88 -
YUV 169.43 32.95 154.8 -
System Red Green Blue C M Y K H S L
Decimal 207 183 1 0 0.12 1.00 0.19 53.01 0.99 0.41
Hex CF B7 1 0 C 64 13 35 63 29
Octal 317 267 1 0 14 144 23 65 143 51
Binary 11001111 10110111 1 0 1100 1100100 10011 110101 1100011 101001

Color Harmonies of #CFB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB701

Black with #CFB701

Text Example


Text Example

White with #CFB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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