Html Css Color HEX #CBD570 Goldenrod

📋 copy color: '#CBD570'

red 203 ◦ green 213 ◦ blue 112

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

Shades of Goldenrod #CBD570

Tints of Goldenrod #CBD570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.34%

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

R = 38.45%
G = 40.34%
B = 21.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#CBD570 (or 0xCBD570) is known color: Goldenrod. HEX triplet: CB, D5 and 70. RGB value is (203,213,112). Sum of RGB (Red+Green+Blue) = 203+213+112=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD570 is #342A8F. Grayscale: #C6C6C6. Windows color (decimal): -3418768 or 7394763. OLE color: 7394763.

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

Color convert

RGB 203 213 112 -
CMYK 0.05 0 0.47 0.16
HSL 65.94º 0.55% 0.64% -
HSV(B) 65.94º 0.47% 0.84% -
XYZ 51.35 61.45 24.48 -
YUV 198.5 79.19 131.21 -
System Red Green Blue C M Y K H S L
Decimal 203 213 112 0.05 0 0.47 0.16 65.94 0.55 0.64
Hex CB D5 70 5 0 2F 10 42 37 40
Octal 313 325 160 5 0 57 20 102 67 100
Binary 11001011 11010101 1110000 101 0 101111 10000 1000010 110111 1000000

Color Harmonies of #CBD570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD570

Black with #CBD570

Text Example


Text Example

White with #CBD570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD570; }

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

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

background-color css

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

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

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

border-color css

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

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

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