Html Css Color HEX #CB7F01 Dark Goldenrod

📋 copy color: '#CB7F01'

red 203 ◦ green 127 ◦ blue 1

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

Shades of Dark Goldenrod #CB7F01

Tints of Dark Goldenrod #CB7F01

RGB

 RED value IS 203 (79.69% from 255) = 61.33%

 GREEN value IS 127 (50% from 255) = 38.37%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 61.33%
G = 38.37%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CB7F01 (or 0xCB7F01) is known color: Dark Goldenrod. HEX triplet: CB, 7F and 01. RGB value is (203,127,1). Sum of RGB (Red+Green+Blue) = 203+127+1=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7F01 is #3480FE. Grayscale: #878787. Windows color (decimal): -3440895 or 98251. OLE color: 98251.

HSL color Cylindrical-coordinate representation of color #CB7F01: hue angle of 37.43º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB7F01 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 1 -
CMYK 0 0.37 1.00 0.20
HSL 37.43º 0.99% 0.4% -
HSV(B) 37.43º 1% 0.8% -
XYZ 32.22 27.88 3.71 -
YUV 135.36 52.18 176.25 -
System Red Green Blue C M Y K H S L
Decimal 203 127 1 0 0.37 1.00 0.20 37.43 0.99 0.4
Hex CB 7F 1 0 25 64 14 25 63 28
Octal 313 177 1 0 45 144 24 45 143 50
Binary 11001011 1111111 1 0 100101 1100100 10100 100101 1100011 101000

Color Harmonies of #CB7F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F01

Black with #CB7F01

Text Example


Text Example

White with #CB7F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F01; }

 p { color: rgb(203,127,1); }

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

background-color css

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

 a { background-color: rgb(203,127,1); }

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

border-color css

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

 span { border-color: rgb(203,127,1); }

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