Html Css Color HEX #CF9A2B Buttercup

📋 copy color: '#CF9A2B'

red 207 ◦ green 154 ◦ blue 43

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

Shades of Buttercup #CF9A2B

Tints of Buttercup #CF9A2B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.12%

 BLUE value IS 43 (17.19% from 255) = 10.64%

R = 51.24%
G = 38.12%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF9A2B (or 0xCF9A2B) is known color: Buttercup. HEX triplet: CF, 9A and 2B. RGB value is (207,154,43). Sum of RGB (Red+Green+Blue) = 207+154+43=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A2B is #3065D4. Grayscale: #9D9D9D. Windows color (decimal): -3171797 or 2857679. OLE color: 2857679.

HSL color Cylindrical-coordinate representation of color #CF9A2B: hue angle of 40.61º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF9A2B is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 154 43 -
CMYK 0 0.26 0.79 0.19
HSL 40.61º 0.66% 0.49% -
HSV(B) 40.61º 0.79% 0.81% -
XYZ 37.72 36.55 7.35 -
YUV 157.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 207 154 43 0 0.26 0.79 0.19 40.61 0.66 0.49
Hex CF 9A 2B 0 1A 4F 13 29 42 31
Octal 317 232 53 0 32 117 23 51 102 61
Binary 11001111 10011010 101011 0 11010 1001111 10011 101001 1000010 110001

Color Harmonies of #CF9A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A2B

Black with #CF9A2B

Text Example


Text Example

White with #CF9A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A2B; }

 p { color: rgb(207,154,43); }

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

background-color css

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

 a { background-color: rgb(207,154,43); }

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

border-color css

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

 span { border-color: rgb(207,154,43); }

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