Html Css Color HEX #CBD770 Goldenrod

📋 copy color: '#CBD770'

red 203 ◦ green 215 ◦ blue 112

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

Shades of Goldenrod #CBD770

Tints of Goldenrod #CBD770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.57%

 BLUE value IS 112 (44.14% from 255) = 21.13%

R = 38.3%
G = 40.57%
B = 21.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CBD770 (or 0xCBD770) is known color: Goldenrod. HEX triplet: CB, D7 and 70. RGB value is (203,215,112). Sum of RGB (Red+Green+Blue) = 203+215+112=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD770 is #34288F. Grayscale: #C8C8C8. Windows color (decimal): -3418256 or 7395275. OLE color: 7395275.

HSL color Cylindrical-coordinate representation of color #CBD770: hue angle of 66.99º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBD770 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 215 112 -
CMYK 0.06 0 0.48 0.16
HSL 66.99º 0.56% 0.64% -
HSV(B) 66.99º 0.48% 0.84% -
XYZ 51.85 62.47 24.65 -
YUV 199.67 78.52 130.38 -
System Red Green Blue C M Y K H S L
Decimal 203 215 112 0.06 0 0.48 0.16 66.99 0.56 0.64
Hex CB D7 70 6 0 30 10 43 38 40
Octal 313 327 160 6 0 60 20 103 70 100
Binary 11001011 11010111 1110000 110 0 110000 10000 1000011 111000 1000000

Color Harmonies of #CBD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD770

Black with #CBD770

Text Example


Text Example

White with #CBD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD770; }

 p { color: rgb(203,215,112); }

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

background-color css

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

 a { background-color: rgb(203,215,112); }

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

border-color css

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

 span { border-color: rgb(203,215,112); }

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