Html Css Color HEX #CFB300 Bird Flower

📋 copy color: '#CFB300'

red 207 ◦ green 179 ◦ blue 0

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

Shades of Bird Flower #CFB300

Tints of Bird Flower #CFB300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.63%
G = 46.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFB300 (or 0xCFB300) is known color: Bird Flower. HEX triplet: CF, B3 and 00. RGB value is (207,179,0). Sum of RGB (Red+Green+Blue) = 207+179+0=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB300 is #304CFF. Grayscale: #A7A7A7. Windows color (decimal): -3165440 or 46031. OLE color: 46031.

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

Color convert

RGB 207 179 0 -
CMYK 0 0.14 1 0.19
HSL 51.88º 1% 0.41% -
HSV(B) 51.88º 1% 0.81% -
XYZ 41.85 45.51 6.58 -
YUV 166.97 33.78 156.55 -
System Red Green Blue C M Y K H S L
Decimal 207 179 0 0 0.14 1 0.19 51.88 1 0.41
Hex CF B3 0 0 E 64 13 34 64 29
Octal 317 263 0 0 16 144 23 64 144 51
Binary 11001111 10110011 0 0 1110 1100100 10011 110100 1100100 101001

Color Harmonies of #CFB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB300

Black with #CFB300

Text Example


Text Example

White with #CFB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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