Html Css Color HEX #CF921D Buttercup

📋 copy color: '#CF921D'

red 207 ◦ green 146 ◦ blue 29

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

Shades of Buttercup #CF921D

Tints of Buttercup #CF921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.22%

 BLUE value IS 29 (11.72% from 255) = 7.59%

R = 54.19%
G = 38.22%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF921D (or 0xCF921D) is known color: Buttercup. HEX triplet: CF, 92 and 1D. RGB value is (207,146,29). Sum of RGB (Red+Green+Blue) = 207+146+29=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF921D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF921D is #306DE2. Grayscale: #979797. Windows color (decimal): -3173859 or 1938127. OLE color: 1938127.

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

Color convert

RGB 207 146 29 -
CMYK 0 0.29 0.86 0.19
HSL 39.44º 0.75% 0.46% -
HSV(B) 39.44º 0.86% 0.81% -
XYZ 36.23 33.91 5.8 -
YUV 150.9 59.21 168.01 -
System Red Green Blue C M Y K H S L
Decimal 207 146 29 0 0.29 0.86 0.19 39.44 0.75 0.46
Hex CF 92 1D 0 1D 56 13 27 4B 2E
Octal 317 222 35 0 35 126 23 47 113 56
Binary 11001111 10010010 11101 0 11101 1010110 10011 100111 1001011 101110

Color Harmonies of #CF921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF921D

Black with #CF921D

Text Example


Text Example

White with #CF921D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF921D; }

 p { color: rgb(207,146,29); }

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

background-color css

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

 a { background-color: rgb(207,146,29); }

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

border-color css

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

 span { border-color: rgb(207,146,29); }

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