Html Css Color HEX #CB7C03 Dark Goldenrod

📋 copy color: '#CB7C03'

red 203 ◦ green 124 ◦ blue 3

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

Shades of Dark Goldenrod #CB7C03

Tints of Dark Goldenrod #CB7C03

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.58%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 61.52%
G = 37.58%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CB7C03 (or 0xCB7C03) is known color: Dark Goldenrod. HEX triplet: CB, 7C and 03. RGB value is (203,124,3). Sum of RGB (Red+Green+Blue) = 203+124+3=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7C03 is #3483FC. Grayscale: #868686. Windows color (decimal): -3441661 or 228555. OLE color: 228555.

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

Color convert

RGB 203 124 3 -
CMYK 0 0.39 0.99 0.20
HSL 36.3º 0.97% 0.4% -
HSV(B) 36.3º 0.99% 0.8% -
XYZ 31.85 27.12 3.64 -
YUV 133.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 203 124 3 0 0.39 0.99 0.20 36.3 0.97 0.4
Hex CB 7C 3 0 27 63 14 24 61 28
Octal 313 174 3 0 47 143 24 44 141 50
Binary 11001011 1111100 11 0 100111 1100011 10100 100100 1100001 101000

Color Harmonies of #CB7C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C03

Black with #CB7C03

Text Example


Text Example

White with #CB7C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C03; }

 p { color: rgb(203,124,3); }

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

background-color css

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

 a { background-color: rgb(203,124,3); }

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

border-color css

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

 span { border-color: rgb(203,124,3); }

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