Html Css Color HEX #CC7B03 Dark Goldenrod

📋 copy color: '#CC7B03'

red 204 ◦ green 123 ◦ blue 3

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

Shades of Dark Goldenrod #CC7B03

Tints of Dark Goldenrod #CC7B03

RGB

 RED value IS 204 (80.08% from 255) = 61.82%

 GREEN value IS 123 (48.44% from 255) = 37.27%

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

R = 61.82%
G = 37.27%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC7B03 (or 0xCC7B03) is known color: Dark Goldenrod. HEX triplet: CC, 7B and 03. RGB value is (204,123,3). Sum of RGB (Red+Green+Blue) = 204+123+3=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7B03 is #3384FC. Grayscale: #868686. Windows color (decimal): -3376381 or 228300. OLE color: 228300.

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

Color convert

RGB 204 123 3 -
CMYK 0 0.40 0.99 0.2
HSL 35.82º 0.97% 0.41% -
HSV(B) 35.82º 0.99% 0.8% -
XYZ 32 27.01 3.61 -
YUV 133.54 54.34 178.26 -
System Red Green Blue C M Y K H S L
Decimal 204 123 3 0 0.40 0.99 0.2 35.82 0.97 0.41
Hex CC 7B 3 0 28 63 14 24 61 29
Octal 314 173 3 0 50 143 24 44 141 51
Binary 11001100 1111011 11 0 101000 1100011 10100 100100 1100001 101001

Color Harmonies of #CC7B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B03

Black with #CC7B03

Text Example


Text Example

White with #CC7B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B03; }

 p { color: rgb(204,123,3); }

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

background-color css

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

 a { background-color: rgb(204,123,3); }

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

border-color css

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

 span { border-color: rgb(204,123,3); }

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