Html Css Color HEX #CFB301 Bird Flower

📋 copy color: '#CFB301'

red 207 ◦ green 179 ◦ blue 1

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

Shades of Bird Flower #CFB301

Tints of Bird Flower #CFB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.25%

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

R = 53.49%
G = 46.25%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CFB301 (or 0xCFB301) is known color: Bird Flower. HEX triplet: CF, B3 and 01. RGB value is (207,179,1). Sum of RGB (Red+Green+Blue) = 207+179+1=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB301 is #304CFE. Grayscale: #A7A7A7. Windows color (decimal): -3165439 or 111567. OLE color: 111567.

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

Color convert

RGB 207 179 1 -
CMYK 0 0.14 1.00 0.19
HSL 51.84º 0.99% 0.41% -
HSV(B) 51.84º 1% 0.81% -
XYZ 41.86 45.51 6.61 -
YUV 167.08 34.28 156.47 -
System Red Green Blue C M Y K H S L
Decimal 207 179 1 0 0.14 1.00 0.19 51.84 0.99 0.41
Hex CF B3 1 0 E 64 13 34 63 29
Octal 317 263 1 0 16 144 23 64 143 51
Binary 11001111 10110011 1 0 1110 1100100 10011 110100 1100011 101001

Color Harmonies of #CFB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB301

Black with #CFB301

Text Example


Text Example

White with #CFB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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