Html Css Color HEX #CFB000 Bird Flower

📋 copy color: '#CFB000'

red 207 ◦ green 176 ◦ blue 0

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

Shades of Bird Flower #CFB000

Tints of Bird Flower #CFB000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

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

R = 54.05%
G = 45.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFB000 (or 0xCFB000) is known color: Bird Flower. HEX triplet: CF, B0 and 00. RGB value is (207,176,0). Sum of RGB (Red+Green+Blue) = 207+176+0=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 0 (0.39% from 255 or 0% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB000 is #304FFF. Grayscale: #A5A5A5. Windows color (decimal): -3166208 or 45263. OLE color: 45263.

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

Color convert

RGB 207 176 0 -
CMYK 0 0.15 1 0.19
HSL 51.01º 1% 0.41% -
HSV(B) 51.01º 1% 0.81% -
XYZ 41.26 44.32 6.38 -
YUV 165.21 34.77 157.81 -
System Red Green Blue C M Y K H S L
Decimal 207 176 0 0 0.15 1 0.19 51.01 1 0.41
Hex CF B0 0 0 F 64 13 33 64 29
Octal 317 260 0 0 17 144 23 63 144 51
Binary 11001111 10110000 0 0 1111 1100100 10011 110011 1100100 101001

Color Harmonies of #CFB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB000

Black with #CFB000

Text Example


Text Example

White with #CFB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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