#CBD670

Color #CBD670 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CBD670

Tints of Goldenrod #CBD670

Color information

#CBD670 (or 0xCBD670) is unknown color: approx Goldenrod. HEX triplet: CB, D6 and 70. RGB value is (203,214,112). Sum of RGB (Red+Green+Blue) = 203+214+112=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD670 is #34298F. Grayscale: #C7C7C7. Windows color (decimal): -3418512 or 7395019. OLE color: 7395019.

HSL color Cylindrical-coordinate representation of color #CBD670: hue angle of 66.47º degrees, saturation: 0.55, 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 #CBD670 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB203214112-
CMYK0.0500.480.16
HSL66.47º55.43%63.92%-
HSV(B)66.47º47.66%83.92%-
XYZ51.661.9624.57-
YUV199.0878.86130.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 112 (44.14% from 255) = 21.17%
R=38.37%
G=40.45%
B=21.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2032141120.0500.480.1666.4755.4363.92
HexCBD670503010423740
Octal31332616050602010267100
Binary1100101111010110111000010101100001000010000101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD670; }

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

 H1.HeaderClassName
 {
   color: #CBD670;
 }
 .AnyTagClassName
 {
   color: #CBD670;
 }
</style>
background-color css

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

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

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

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

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

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