Html Css Color HEX #CFBA00 Bird Flower

📋 copy color: '#CFBA00'

red 207 ◦ green 186 ◦ blue 0

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

Shades of Bird Flower #CFBA00

Tints of Bird Flower #CFBA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.33%

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

R = 52.67%
G = 47.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CFBA00 (or 0xCFBA00) is known color: Bird Flower. HEX triplet: CF, BA and 00. RGB value is (207,186,0). Sum of RGB (Red+Green+Blue) = 207+186+0=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBA00 is #3045FF. Grayscale: #ABABAB. Windows color (decimal): -3163648 or 47823. OLE color: 47823.

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

Color convert

RGB 207 186 0 -
CMYK 0 0.10 1 0.19
HSL 53.91º 1% 0.41% -
HSV(B) 53.91º 1% 0.81% -
XYZ 43.29 48.38 7.06 -
YUV 171.08 31.46 153.62 -
System Red Green Blue C M Y K H S L
Decimal 207 186 0 0 0.10 1 0.19 53.91 1 0.41
Hex CF BA 0 0 A 64 13 36 64 29
Octal 317 272 0 0 12 144 23 66 144 51
Binary 11001111 10111010 0 0 1010 1100100 10011 110110 1100100 101001

Color Harmonies of #CFBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA00

Black with #CFBA00

Text Example


Text Example

White with #CFBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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