Html Css Color HEX #CF9428 Buttercup

📋 copy color: '#CF9428'

red 207 ◦ green 148 ◦ blue 40

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

Shades of Buttercup #CF9428

Tints of Buttercup #CF9428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.13%

R = 52.41%
G = 37.47%
B = 10.13%

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

#CF9428 (or 0xCF9428) is known color: Buttercup. HEX triplet: CF, 94 and 28. RGB value is (207,148,40). Sum of RGB (Red+Green+Blue) = 207+148+40=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9428 is #306BD7. Grayscale: #999999. Windows color (decimal): -3173336 or 2659535. OLE color: 2659535.

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

Color convert

RGB 207 148 40 -
CMYK 0 0.29 0.81 0.19
HSL 38.8º 0.68% 0.48% -
HSV(B) 38.8º 0.81% 0.81% -
XYZ 36.71 34.6 6.75 -
YUV 153.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 207 148 40 0 0.29 0.81 0.19 38.8 0.68 0.48
Hex CF 94 28 0 1D 51 13 27 44 30
Octal 317 224 50 0 35 121 23 47 104 60
Binary 11001111 10010100 101000 0 11101 1010001 10011 100111 1000100 110000

Color Harmonies of #CF9428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9428

Black with #CF9428

Text Example


Text Example

White with #CF9428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9428; }

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

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

background-color css

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

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

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

border-color css

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

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

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