Html Css Color HEX #CFB400 Bird Flower

📋 copy color: '#CFB400'

red 207 ◦ green 180 ◦ blue 0

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

Shades of Bird Flower #CFB400

Tints of Bird Flower #CFB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.51%

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

R = 53.49%
G = 46.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFB400 (or 0xCFB400) is known color: Bird Flower. HEX triplet: CF, B4 and 00. RGB value is (207,180,0). Sum of RGB (Red+Green+Blue) = 207+180+0=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB400 is #304BFF. Grayscale: #A8A8A8. Windows color (decimal): -3165184 or 46287. OLE color: 46287.

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

Color convert

RGB 207 180 0 -
CMYK 0 0.13 1 0.19
HSL 52.17º 1% 0.41% -
HSV(B) 52.17º 1% 0.81% -
XYZ 42.05 45.91 6.64 -
YUV 167.55 33.45 156.14 -
System Red Green Blue C M Y K H S L
Decimal 207 180 0 0 0.13 1 0.19 52.17 1 0.41
Hex CF B4 0 0 D 64 13 34 64 29
Octal 317 264 0 0 15 144 23 64 144 51
Binary 11001111 10110100 0 0 1101 1100100 10011 110100 1100100 101001

Color Harmonies of #CFB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB400

Black with #CFB400

Text Example


Text Example

White with #CFB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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