Html Css Color HEX #CF9B29 Buttercup

📋 copy color: '#CF9B29'

red 207 ◦ green 155 ◦ blue 41

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

Shades of Buttercup #CF9B29

Tints of Buttercup #CF9B29

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.46%

 BLUE value IS 41 (16.41% from 255) = 10.17%

R = 51.36%
G = 38.46%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF9B29 (or 0xCF9B29) is known color: Buttercup. HEX triplet: CF, 9B and 29. RGB value is (207,155,41). Sum of RGB (Red+Green+Blue) = 207+155+41=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B29 is #3064D6. Grayscale: #9E9E9E. Windows color (decimal): -3171543 or 2726863. OLE color: 2726863.

HSL color Cylindrical-coordinate representation of color #CF9B29: hue angle of 41.2º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF9B29 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 155 41 -
CMYK 0 0.25 0.80 0.19
HSL 41.2º 0.67% 0.49% -
HSV(B) 41.2º 0.8% 0.81% -
XYZ 37.85 36.87 7.22 -
YUV 157.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 207 155 41 0 0.25 0.80 0.19 41.2 0.67 0.49
Hex CF 9B 29 0 19 50 13 29 43 31
Octal 317 233 51 0 31 120 23 51 103 61
Binary 11001111 10011011 101001 0 11001 1010000 10011 101001 1000011 110001

Color Harmonies of #CF9B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B29

Black with #CF9B29

Text Example


Text Example

White with #CF9B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B29; }

 p { color: rgb(207,155,41); }

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

background-color css

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

 a { background-color: rgb(207,155,41); }

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

border-color css

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

 span { border-color: rgb(207,155,41); }

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