Html Css Color HEX #CF9427 Buttercup

📋 copy color: '#CF9427'

red 207 ◦ green 148 ◦ blue 39

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

Shades of Buttercup #CF9427

Tints of Buttercup #CF9427

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 39 (15.63% from 255) = 9.9%

R = 52.54%
G = 37.56%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF9427 (or 0xCF9427) is known color: Buttercup. HEX triplet: CF, 94 and 27. RGB value is (207,148,39). Sum of RGB (Red+Green+Blue) = 207+148+39=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9427 is #306BD8. Grayscale: #999999. Windows color (decimal): -3173337 or 2593999. OLE color: 2593999.

HSL color Cylindrical-coordinate representation of color #CF9427: hue angle of 38.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF9427 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 148 39 -
CMYK 0 0.29 0.81 0.19
HSL 38.93º 0.68% 0.48% -
HSV(B) 38.93º 0.81% 0.81% -
XYZ 36.69 34.59 6.66 -
YUV 153.22 63.55 166.36 -
System Red Green Blue C M Y K H S L
Decimal 207 148 39 0 0.29 0.81 0.19 38.93 0.68 0.48
Hex CF 94 27 0 1D 51 13 27 44 30
Octal 317 224 47 0 35 121 23 47 104 60
Binary 11001111 10010100 100111 0 11101 1010001 10011 100111 1000100 110000

Color Harmonies of #CF9427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9427

Black with #CF9427

Text Example


Text Example

White with #CF9427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9427; }

 p { color: rgb(207,148,39); }

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

background-color css

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

 a { background-color: rgb(207,148,39); }

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

border-color css

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

 span { border-color: rgb(207,148,39); }

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